From 56a9a85cb7a80ad565161b2258c4c6c00d68e930 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 29 Apr 2009 01:41:45 +0000 Subject: [PATCH] (set_default_ascii_font): Delete this unused function. --- src/fontset.c | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/fontset.c b/src/fontset.c index 6e2e34dac77..3eb835401f2 100644 --- a/src/fontset.c +++ b/src/fontset.c @@ -765,23 +765,6 @@ make_fontset (frame, name, base) return fontset; } - -/* Set the ASCII font of the default fontset to FONTNAME if that is - not yet set. */ -void -set_default_ascii_font (fontname) - Lisp_Object fontname; -{ - if (! STRINGP (FONTSET_ASCII (Vdefault_fontset))) - { - int id = fs_query_fontset (fontname, 2); - - if (id >= 0) - fontname = FONTSET_ASCII (FONTSET_FROM_ID (id)); - FONTSET_ASCII (Vdefault_fontset)= fontname; - } -} - /********** INTERFACES TO xfaces.c, xfns.c, and dispextern.h **********/ -- 2.30.2